-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add replay url method #1600
base: main
Are you sure you want to change the base?
add replay url method #1600
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -820,6 +819,15 @@ mixpanel.get_session_recording_properties() | |||
``` | |||
Returns an empty object if there is no Replay in progress. | |||
|
|||
#### Get replay URL | |||
|
|||
Provides a URL that links to the current replay in Mixpanel. This is useful for debugging purposes or for adding metadata to other platforms, such as support tickets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd provide a little more context here, namely that this will return a URL to the mixpanel.com UI, which can only be accessed by an authenticated Mixpanel user with access to the project. It is not useful for programmatic access, scripting etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok how about now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm%c
Useful for debugging purposes or for adding metadata to other platforms, such as support tickets. | ||
|
||
```javascript | ||
mixpanel.get_session_replay_url() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add sample output like we do above for get_session_recording_properties()
?
Co-authored-by: teddddd <[email protected]>
No description provided.